Restoring Disk-Images to Real Disks
===================================

Transfer (binary!, e.g. via Kermit or FTP) the image file to a VAX with the real disk.

Mount the target device foreign and copy the image file onto it and dismount again,
e.g.:

$ MOUNT/FOREIGN DUA1:
$ COPY/LOG VMS047.R54 DUA1:
$ DISMOUNT DUA1:

This will produce a 100% copy of the imaged device onto your real device. 

Yes, it is that easy!

(And it works vice versa as well!)